home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / main / opening.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  227 b   |  12 lines

  1. on exitFrame
  2.   global sptitle, sndname
  3.   preLoadCast("Title1", "Title3")
  4.   repeat with i = 3 to 5
  5.     set the visible of sprite i to 0
  6.   end repeat
  7.   set sptitle to 5
  8.   cursor(0)
  9.   sound playFile 1, sndname
  10.   go(marker(1))
  11. end
  12.